// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.xiaomi.market.sdk; public class UpdateStatus { public static final int STATUS_FAILED = 4; public static final int STATUS_LOCAL_APP_FAILED = 5; public static final int STATUS_NO_NET = 3; public static final int STATUS_NO_UPDATE = 1; public static final int STATUS_NO_WIFI = 2; public static final int STATUS_UPDATE; public UpdateStatus() { } }